home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / comm / tcp / cserver.lha / CServer.doc < prev    next >
Text File  |  1997-03-28  |  3KB  |  93 lines

  1.                                     CServer
  2.                                   Version 1.2a
  3.                       by Matthew Gregan (kinetik@es.co.nz)
  4.  
  5.  
  6. Description:
  7. ~~~~~~~~~~~~
  8. Using this script, you can easily connect thread from within AmIRC by simply
  9. typing "/CServer" with the approriate arguments. No more opening that
  10. cumbersome "Server Connection" window in AmIRC!
  11.  
  12.  
  13. Installation:
  14. ~~~~~~~~~~~~~
  15. To install, just copy the script to the Rexx directory within your AmIRC
  16. directory, and then create an alias in AmIRC like so:
  17.  
  18.    /Alias CServer /Rx CServer %p
  19.  
  20. Save your preferences in AmIRC, and from now on, to connect thread, type:
  21.  
  22.    /CServer <server> [port] [nick] [channel to autojoin]
  23.  
  24. While none of the arguments are required, there is no point running the script
  25. without supplying a server to connect to, therefore, when no server is supplied
  26. in the arguments, CServer will display it's syntax in the current AmIRC window.
  27. The other options must be supplied in the correct order, but they do not all
  28. have to be supplied, only the desired ones.
  29.  
  30.    Examples:
  31.  
  32.    /CServer StLouis.MO.US.UnderNet.Org 6662
  33.       - Connects to StLouis's Undernet server on port 6662.
  34.  
  35.    /CServer irc.ihug.co.nz #Amiga
  36.       - Connects to my provider's server and automatically joins #Amiga.
  37.  
  38.    /CServer irc.wildstar.net Kinetik
  39.       - Connects to Wildstar's IRC server and using the nick "Kinetik".
  40.  
  41.  
  42. History:
  43. ~~~~~~~~
  44. 1.0  (03.21.97)   First Aminet release.
  45.  
  46. 1.1  (03.27.97)   Internal, not released.
  47.                   · Added support for nick and autojoin arguments.
  48.  
  49. 1.2  (03.28.97)   Second Aminet release.
  50.                   · Fixed some problems with the new arguments, and added much
  51.                     smarter argument parsing.
  52. 1.2a (03.28.97)   Third Aminet release.
  53.                   · Fixed tiny bug in script. Sorry about that, everyone.
  54.  
  55.  
  56. Legal:
  57. ~~~~~~
  58. This script is released into the public domain, since there is no reason to have
  59. any sort of copyright on such a simple, and easily modified script. You are
  60. therefore free to modify and spread the script as you like, but I take no
  61. responsibility for what happens once it leaves my system.
  62.  
  63. The author:
  64. ~~~~~~~~~~~
  65. You will find me in UnderNet #Amiga between 5:00->8:30pm and 3:30->5:00am GMT,
  66. using the nick Kinetik. Take a look at "http://www.es.co.nz/~kinetik/amiga/" for
  67. more information about the channel and it's users. That page is maintained by my
  68. best friend, Beth Wise (inky@csrlink.net).
  69.  
  70. For information about myself and what I do, take a look at my website at
  71. "http://www.toptown.com/centralpark/kinetik/". This page isn't actually online
  72. yet, but expect it in the next two weeks. On this page you will also find the
  73. newest version and beta releases of my current programs, as well as RFC style
  74. sheets for upcoming projects of mine.
  75.  
  76. To contact me via mail, use these addresses:
  77.  
  78. Snail:
  79. Matthew Gregan
  80. 3 Melford Close
  81. Kingsbury Park
  82. Rangiora 8254
  83. New Zealand
  84.  
  85. Email: kinetik@es.co.nz
  86.  
  87. Phone: +643 3136170
  88.  
  89. Look out for more of my software on Aminet. Current project, TIM, the invisible
  90. mailer, "http://www.toptown.com/centralpark/kinetik/tim.html" for more
  91. information.
  92.  
  93.